DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T,TKey> Interface / All Method
Specifies the order of the key values to sort the result.

In This Topic
    All Method (IIndexScanner<T,TKey>)
    In This Topic
    Gets all items in the indexed collection.
    Syntax
    'Declaration
     
    Function All( _
       ByVal order As Order _
    ) As IndexQuery(Of T,TKey)

    Parameters

    order
    Specifies the order of the key values to sort the result.

    Return Value

    All items of the collection in the specified order of their key values.
    See Also